home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / mdb95us.EXE / MDB95.EXE / 0 / RCDATA / TFAGREE / TFAGREE.txt
Text File  |  1996-07-10  |  2KB  |  73 lines

  1. object fAgree: TfAgree
  2.   Left = 442
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Beta Notice'
  7.   ClientHeight = 251
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 409
  20.     Height = 37
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Warning !!'
  24.     Font.Color = clRed
  25.     Font.Height = -27
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 52
  33.     Width = 409
  34.     Height = 57
  35.     AutoSize = False
  36.     Caption = 
  37.       'This version of MDB95 is beta-software which means that it may c' +
  38.       'ontain errors that could potentially damage or destroy the data ' +
  39.       'on your harddisk(s).'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 116
  44.     Width = 409
  45.     Height = 73
  46.     AutoSize = False
  47.     Caption = 
  48.       'By clicking on "Agree" you agree that the author of this softwar' +
  49.       'e shall NOT be made viable for any damages that may arise out of' +
  50.       ' the use of this software. That means whatever you do with this ' +
  51.       'software is ON YOUR OWN RISK!'
  52.   end
  53.   object Button1: TButton
  54.     Left = 96
  55.     Top = 208
  56.     Width = 89
  57.     Height = 33
  58.     Caption = 'Agree'
  59.     TabOrder = 1
  60.     OnClick = Button1Click
  61.   end
  62.   object Button2: TButton
  63.     Left = 240
  64.     Top = 208
  65.     Width = 89
  66.     Height = 33
  67.     Cancel = True
  68.     Caption = '&Exit'
  69.     TabOrder = 0
  70.     OnClick = Button2Click
  71.   end
  72. end
  73.